Calliope CLI
The simplest way to use AI from your terminal. One command to install, one command to run. Switch models and providers on the fly. Run autonomous loops for complex tasks.
npm install -g @calliopelabs/cli
Multi-Model Gateway
The CLI uses a unified model gateway supporting 12+ providers. Hot-swap providers without code changes. Use the best model for each task.
Anthropic, OpenAI, Google, Mistral, Groq, Together, Fireworks, AI21, HuggingFace, OpenRouter, LiteLLM, Ollama.
Multi-model
Switch Providers
/provider anthropic, /provider openai, /provider google — Change AI providers with a single command.
Autonomous Loops
/loop — Let the AI work until the job is done.
Persona Modes
Tool Execution
God Mode
Run complex tasks until completion.
The loop runs your prompt repeatedly, with each iteration seeing previous work. Stops when it outputs the completion promise or hits max iterations.
Perfect for refactoring, migrations, or any task that needs multiple iterations to complete.
Open Source Tools:
Contributing
We build the tools we want to use. If you have ideas, issues, or want to contribute, find us on GitHub or Discord.